InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / GdiComment Method / GdiComment(IntPtr,UInt32,Byte[]) Method

In This Topic
    GdiComment(IntPtr,UInt32,Byte[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GdiComment( _
       ByVal hdc As IntPtr, _
       ByVal cbSize As UInteger, _
       ByVal data() As Byte _
    ) As Boolean
    public static bool GdiComment( 
       IntPtr hdc,
       uint cbSize,
       byte[] data
    )

    Parameters

    hdc
    cbSize
    data
    See Also